home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / mac / MACF / MGER.DIR / 00034_Script_34 < prev    next >
Text File  |  1995-10-10  |  243b  |  17 lines

  1. on enterFrame
  2.   
  3.   --puppetSound "OPEN.AIF" 
  4. end
  5.  
  6. on exitFrame
  7.   UNLOADCAST
  8.   
  9.   repeat with x = 4 to 5
  10.     puppetsprite X,TRUE
  11.     set the visible of sprite x to TRUE
  12.     puppetSprite x,FALSE
  13.   end repeat
  14.   updateStage
  15.   
  16. end
  17.